home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / powerpc / platforms / iseries / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  859 b   |  34 lines

  1. config PPC_ISERIES
  2.     bool "IBM Legacy iSeries"
  3.     depends on PPC_MULTIPLATFORM && PPC64
  4.     select PPC_INDIRECT_IO
  5.     select PPC_PCI_CHOICE if EMBEDDED
  6.  
  7. menu "iSeries device drivers"
  8.     depends on PPC_ISERIES
  9.  
  10. config VIODASD
  11.     tristate "iSeries Virtual I/O disk support"
  12.     help
  13.       If you are running on an iSeries system and you want to use
  14.       virtual disks created and managed by OS/400, say Y.
  15.  
  16. config VIOCD
  17.     tristate "iSeries Virtual I/O CD support"
  18.     help
  19.       If you are running Linux on an IBM iSeries system and you want to
  20.       read a CD drive owned by OS/400, say Y here.
  21.  
  22. config VIOTAPE
  23.     tristate "iSeries Virtual Tape Support"
  24.     help
  25.       If you are running Linux on an iSeries system and you want Linux
  26.       to read and/or write a tape drive owned by OS/400, say Y here.
  27.  
  28. endmenu
  29.  
  30. config VIOPATH
  31.     bool
  32.     depends on VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
  33.     default y
  34.